home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / Swat / options.dfm / options.txt
Encoding:
Text File  |  2001-05-22  |  2.4 KB  |  140 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 194
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 233
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 217
  24.     Shape = bsFrame
  25.   end
  26.   object Slow: TLabel
  27.     Left = 36
  28.     Top = 72
  29.     Width = 23
  30.     Height = 13
  31.     Caption = 'Slow'
  32.   end
  33.   object Fast: TLabel
  34.     Left = 241
  35.     Top = 72
  36.     Width = 20
  37.     Height = 13
  38.     Caption = 'Fast'
  39.   end
  40.   object Label1: TLabel
  41.     Left = 36
  42.     Top = 144
  43.     Width = 20
  44.     Height = 13
  45.     Caption = 'Low'
  46.   end
  47.   object Label2: TLabel
  48.     Left = 239
  49.     Top = 144
  50.     Width = 22
  51.     Height = 13
  52.     Caption = 'High'
  53.   end
  54.   object Speed: TLabel
  55.     Left = 133
  56.     Top = 24
  57.     Width = 31
  58.     Height = 13
  59.     Caption = '&Speed'
  60.     FocusControl = SpeedSet
  61.   end
  62.   object Population: TLabel
  63.     Left = 123
  64.     Top = 96
  65.     Width = 50
  66.     Height = 13
  67.     Caption = '&Population'
  68.     FocusControl = PopulationSet
  69.   end
  70.   object Time: TLabel
  71.     Left = 121
  72.     Top = 168
  73.     Width = 54
  74.     Height = 13
  75.     Caption = '&Game Time'
  76.     FocusControl = GameTimeSet
  77.   end
  78.   object OKBtn: TButton
  79.     Left = 300
  80.     Top = 8
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 0
  87.     OnClick = OKBtnClick
  88.   end
  89.   object CancelBtn: TButton
  90.     Left = 300
  91.     Top = 38
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 1
  98.   end
  99.   object SpeedSet: TTrackBar
  100.     Left = 36
  101.     Top = 40
  102.     Width = 225
  103.     Height = 25
  104.     Max = 30
  105.     Orientation = trHorizontal
  106.     Frequency = 1
  107.     Position = 0
  108.     SelEnd = 0
  109.     SelStart = 0
  110.     TabOrder = 2
  111.     ThumbLength = 20
  112.     TickMarks = tmBottomRight
  113.     TickStyle = tsAuto
  114.   end
  115.   object PopulationSet: TTrackBar
  116.     Left = 36
  117.     Top = 112
  118.     Width = 225
  119.     Height = 25
  120.     Max = 35
  121.     Orientation = trHorizontal
  122.     Frequency = 1
  123.     Position = 0
  124.     SelEnd = 0
  125.     SelStart = 0
  126.     TabOrder = 3
  127.     ThumbLength = 20
  128.     TickMarks = tmBottomRight
  129.     TickStyle = tsAuto
  130.   end
  131.   object GameTimeSet: TEdit
  132.     Left = 116
  133.     Top = 184
  134.     Width = 65
  135.     Height = 21
  136.     TabOrder = 4
  137.     Text = '150'
  138.   end
  139. end
  140.